func net/http.htmlEscape
2 uses
net/http (current package)
server.go#L2417: body := "<a href=\"" + htmlEscape(url) + "\">" + StatusText(code) + "</a>.\n"
server.go#L2432: func htmlEscape(s string) string {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)